home *** CD-ROM | disk | FTP | other *** search
/ PC World 2008 September / PCWorld_2008-09_cd.bin / Audio-video / spiderplayer / Spider_Player_2.3.5_Setup.exe / {app} / reset.bat < prev    next >
DOS Batch File  |  2008-05-01  |  431b  |  26 lines

  1. @echo off
  2. echo Please, make sure Spider Player is not running.
  3. pause
  4.  
  5. IF EXIST Spider.xml (
  6.  
  7. DEL Spider.xml
  8.  
  9.  
  10. ) ELSE (
  11.  
  12. %homedrive%
  13. CD %appdata%
  14. CD "Spider Player"
  15. DEL Spider.xml
  16.  
  17. )
  18.  
  19. IF EXIST Spider.xml (
  20. echo Could not delete the file "Spider.xml".
  21. echo The file is probably being used by another application.
  22. ) ELSE (
  23. echo Spider Player options have been successfully resetted to their defaults.
  24. )
  25.  
  26. pause